home *** CD-ROM | disk | FTP | other *** search
/ Asia X / Asia X.iso / mac / ASIAWIN / SHARED.DIR / 00167_Script_167 < prev    next >
Text File  |  1995-08-23  |  847b  |  32 lines

  1. on mouseUp
  2.   global g_num_pics
  3.   
  4.   mouseClick
  5.   set oldSprites to saveSprites()
  6.   set oldCursors to saveCursors()
  7.   clearCursors
  8.   
  9.   set the cursor of sprite 15 to [132+144,140+144]
  10.   set the cursor of sprite 16 to [131+144,139+144]
  11.   set button to [133+144,141+144]
  12.   set the cursor of sprite 2 to button
  13.   
  14.   set the visible of sprite 3 to FALSE
  15.   set the visible of sprite 6 to FALSE
  16.   set the visible of sprite 7 to FALSE
  17.   set the visible of sprite 8 to FALSE
  18.   set the visible of sprite 9 to FALSE
  19.   set the visible of sprite 10 to FALSE
  20.   set the visible of sprite 11 to FALSE
  21.   --set the stageColor to 255
  22.   updateStage
  23.   play the frame + 63
  24.   --updateStage
  25.   --set the stageColor to 0
  26.   restoreSprites oldSprites
  27.   restoreCursors oldCursors
  28.   --updateStage
  29.   --set the stageColor to 0
  30.   --updateStage
  31. end
  32.